svn path=/trunk/; revision=21826
2008-11-29 Matthias Clasen <mclasen@redhat.com>
+ * gtk/tmpl/gtktooltips.sgml:
+ * gtk/tmpl/gtkoptionmenu.sgml:
+ * gtk/tmpl/gtkcombo.sgml:
* gtk/tmpl/gtkwindow.sgml:
* gtk/tmpl/gtkwidget.sgml:
* gtk/tmpl/gtktogglebutton.sgml:
gtk_combo_set_use_arrows().
</para>
<para>
-As of GTK+ 2.4, #GtkCombo has been deprecated in favor of #GtkComboBox.
+As of GTK+ 2.4, #GtkCombo has been deprecated in favor of #GtkComboBoxEntry.
</para>
<example id="gtkcombo-simple-example">
<!-- ##### SECTION Long_Description ##### -->
<para>
-<link linkend="GtkToolTips"><type>GtkTooltips</type></link> has been deprecated in GTK+ 2.12, in favor of the new
-<link linkend="GtkToolTip"><type>GtkTooltip</type></link> API.
+#GtkTooltips has been deprecated in GTK+ 2.12, in favor of the new
+#GtkTooltip API.
</para>
<para>
Tooltips are the messages that appear next to a widget when the mouse pointer is held over it for a short amount of time. They are especially helpful for adding more verbose descriptions of things such as buttons in a toolbar.